home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 12 / Mac Magazin and MacEasy Magazine CD - Issue 12.iso / Sharewarebibliothek / DFÜ / Joe's Pager™ (App) 1.55 / Joe's Pager™ (App) / Joe's Pager™ (App).rsrc / LENS_141_Modem Log < prev    next >
Text File  |  1995-01-20  |  1KB  |  57 lines

  1. ItemType: WIND
  2. Rect: 105,86,406,212
  3. Style: Windoid
  4. HasTitleBar: TRUE
  5. HasZoomBox: FALSE
  6. HasCloseBox: TRUE
  7. HasGrowBox: FALSE
  8. MinSize: 100,50
  9. MaxSize: 865,597
  10. Name: Modem Log
  11. TextFont: Geneva
  12. TextSize: 9
  13. Script: if objValue="Open" then ¬  JBwindOpen wdName¬else if objValue="Close" then ¬  JBwindClose wdName¬end if
  14. Params: i5_Text¬i5_KeyFilter¬i5_LockText¬i7_Hilite
  15.  
  16. ItemType: PUSH
  17. Rect: 212,87,284,103
  18. Name: Done
  19. DefaultItem: TRUE
  20. CancelItem: TRUE
  21. AutoClose: TRUE
  22. Balloon: Closes this Modem Log window
  23.  
  24. ItemType: PUSH
  25. Rect: 208,57,288,73
  26. Name: Purge
  27. Balloon: Removes old Modem Log contents
  28. Script: sessionPurge wdName
  29.  
  30. ItemType: PUSH
  31. Rect: 208,36,288,52
  32. Name: Print
  33. Balloon: Prints contents of Modem Log
  34. Script: sessionPrint wdName
  35.  
  36. ItemType: PUSH
  37. Rect: 208,15,288,31
  38. Name: Save
  39. Balloon: Saves as a text file the contents of Modem Log
  40. Script: sessionSave wdName
  41.  
  42. ItemType: TEXT
  43. Rect: 9,8,194,108
  44. Name: theText
  45. Scrolling: TRUE
  46. Balloon: Displays contents of the Modem Log—the technical goings–on behind dialing. 
  47.  
  48. ItemType: LINE
  49. Rect: 202,78,295,79
  50. Pen: Gray
  51.  
  52. ItemType: CHK
  53. Rect: 9,111,53,123
  54. Name: Lock
  55. Hilite: TRUE
  56. Balloon: To select & copy parts of the Modem Log, first unlock the display with this checkbox lock.
  57. Script: put i7_hilite of window wdName into theLocked¬set i5_lockText of window wdName to theLocked